KeyedItem.checkConstraints

Checks if any of the members of T have values that violate their check constraint.

$(THROWS CheckConstraintException, if the constraint is violated.)

mixintemplate KeyedItem(ClusteredIndexAttribute = PrimaryKeyColumn)
final
void
checkConstraints
()
if (
isInstanceOf!(UniqueConstraintColumn, ClusteredIndexAttribute)
)

Meta